Conversation
This comment has been minimized.
This comment has been minimized.
b07d315 to
3f750ec
Compare
This comment has been minimized.
This comment has been minimized.
494d4da to
5fa08c7
Compare
This comment has been minimized.
This comment has been minimized.
a34d24f to
3868148
Compare
This comment has been minimized.
This comment has been minimized.
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…ing, r=<try> Fix non-deterministic encoding of syntax contexts
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (7e01adf): comparison URL. Overall result: ❌ regressions - please read:Benchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never rustc-perf Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 1.0%, secondary -1.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -0.2%, secondary 4.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 476.065s -> 474.462s (-0.34%) |
3868148 to
4846400
Compare
…ing, r=<try> Fix non-deterministic encoding of syntax contexts
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (39a7792): comparison URL. Overall result: ❌ regressions - please read:Benchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never rustc-perf Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -0.6%, secondary -0.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -5.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 492.1s -> 494.686s (0.53%) |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…ing, r=<try> Fix non-deterministic encoding of syntax contexts
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (75e938b): comparison URL. Overall result: ❌✅ regressions and improvements - please read:Benchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never rustc-perf Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -1.2%, secondary -1.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 498.957s -> 493.438s (-1.11%) |
658483a to
e6d2012
Compare
e6d2012 to
a26d7b6
Compare
|
@rustbot ready |
|
|
||
| impl Default for HygieneEncodeContext { | ||
| fn default() -> HygieneEncodeContext { | ||
| Self { |
There was a problem hiding this comment.
| Self { | |
| HygieneEncodeContext { |
| serialized_expns: Default::default(), | ||
| latest_expns: Default::default(), | ||
| // Zero is taken by root syntax context. | ||
| encoding_indices: FxHashMap::from_iter(std::iter::once((SyntaxContext::root(), 0))), |
There was a problem hiding this comment.
| encoding_indices: FxHashMap::from_iter(std::iter::once((SyntaxContext::root(), 0))), | |
| encoding_indices: FxHashMap::from_iter(iter::once((SyntaxContext::root(), 0))), |
|
✌️ @aerooneqq, you can now approve this pull request! If @petrochenkov told you to " |
|
Reminder, once the PR becomes ready for a review, use |
View all comments
Reiteration of #157409. Explanation can be found in comment for
encoding_indicesand in the issue.Fixes #129094. Blocked by #161353.
r? @petrochenkov
No llms used.